How can you deploy with juju multiple times the same application within the same environment? [closed]
Posted
by
Pere Hospital
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Pere Hospital
Published on 2012-12-19T16:21:16Z
Indexed on
2012/12/19
17:14 UTC
Read the original article
Hit count: 140
juju
Possible Duplicate:
How do I deploy multiple stacks in an environment?
If trying to deploy two times wordpress i.e. in the same environment you get:
2012-12-19 16:56:54,588 INFO Searching for charm cs:precise/wordpress in charm store
2012-12-19 16:56:55,472 INFO Connecting to environment...
2012-12-19 16:57:01,044 INFO Connected to environment.
2012-12-19 16:57:01,374 INFO Using cached charm version of wordpress
2012-12-19 16:57:01,857 ERROR Service name 'wordpress' is already in use
This would apply for a situation where you want to deploy multiple wordpress blogs using the same env (i.e. same amazon account).
© Ask Ubuntu or respective owner